PB-1949 Move tutorials to Tech Docs - #612
Merged
asteiner-swisstopo merged 1 commit intoNov 5, 2025
Merged
Conversation
asteiner-swisstopo
force-pushed
the
feat-PB-1949-stac-api-specs-link-to-tech-docs
branch
from
November 4, 2025 15:42
71a79d8 to
a12fc03
Compare
This contains two changes to in the [apitransactional.html](https://data.geo.admin.ch/api/stac/static/spec/v1/apitransactional.html): 1. Add a link to the [Tech Docs](https://sys-docs.int.bgdi.ch/download-data/stac-api/overview.html) on the top of the page. 2. Remove all content that is now also present in the [Tech Docs](https://sys-docs.int.bgdi.ch/download-data/stac-api/overview.html). Replace it with a short description + a link. I only pointed to the [STAC API Overview page](https://sys-docs.int.bgdi.ch/download-data/stac-api/overview.html) and not to specific subpages, like e.g. [Authentication](https://sys-docs.int.bgdi.ch/docs/stac-api/authentication.html). I thought it does not add a lot of benefit and reduces the risk of outdated links. Note that the final docs.geo.admin.ch is not live yet but the Terraform code for it is ready and reviewed: geoadmin/infra-terraform-bgdi#1212. So I only merge this when docs.geo.admin.ch is actually online. To try out how this looks as a website, run this locally: 1. Run `make build-specs` 2. Run `make serve-specs` 3. Open the page at http://127.0.0.1:8090/apitransactional.html.
asteiner-swisstopo
force-pushed
the
feat-PB-1949-stac-api-specs-link-to-tech-docs
branch
from
November 5, 2025 09:38
a12fc03 to
6692cd2
Compare
asteiner-swisstopo
deleted the
feat-PB-1949-stac-api-specs-link-to-tech-docs
branch
November 5, 2025 09:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This contains two changes to in the apitransactional.html:
I only pointed to the STAC API Overview page and not to specific subpages, like e.g. Authentication. I thought it does not add a lot of benefit and reduces the risk of outdated links.
Note that the final docs.geo.admin.ch is not live yet but the Terraform code for it is ready and reviewed: https://github.com/geoadmin/infra-terraform-bgdi/pull/1212. So I only merge this when docs.geo.admin.ch is actually online.
To try out how this looks as a website, run this locally:
make build-specsmake serve-specs